home *** CD-ROM | disk | FTP | other *** search
/ 10,000 Designer Photos / 10,000 designer photos.iso / gsstart.exe / gsstart.dxr / 00075_New Behavior.ls < prev    next >
Encoding:
Text File  |  1999-02-01  |  315 b   |  15 lines

  1. on mouseEnter
  2.   if the frame = label("centre") then
  3.     puppetSound("swoosh2")
  4.     play frame "c-up"
  5.   end if
  6.   if the frame = label("c-down1") then
  7.     puppetSound("swoosh2")
  8.     play frame "down-up"
  9.   end if
  10.   if the frame = label("up-down1") then
  11.     puppetSound("swoosh2")
  12.     play frame "down-up"
  13.   end if
  14. end
  15.